home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / lang / SGMLS.lha / SGMLS / test / test052.sgm < prev    next >
Text File  |  1994-07-10  |  202b  |  11 lines

  1. <!-- The RE after <doc> should cause an error.
  2.      See the Handbook, 323:3-6, 412:1-7. -->
  3. <!doctype doc [
  4. <!element doc - o (a, #pcdata)>
  5. <!element a - o (#pcdata)>
  6. ]>
  7. <doc>
  8. <a></a>
  9. more stuff
  10. </doc>
  11.